home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / OutOfPhase1.01Source / OutOfPhase Folder / ExportAIFFSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  681 b   |  28 lines  |  [TEXT/KAHL]

  1. /* ExportAIFFSample.h */
  2.  
  3. #ifndef Included_ExportAIFFSample_h
  4. #define Included_ExportAIFFSample_h
  5.  
  6. /* ExportAIFFSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* SampleConsts */
  13. /* Files */
  14. /* SampleStorageActual */
  15. /* BufferedFileOutput */
  16. /* Alert */
  17.  
  18. /* forwards */
  19. struct SampleStorageActualRec;
  20.  
  21. /* this routine saves the data in the provided sample storage object as an AIFF-C */
  22. /* formatted file.  it handles any error reporting to the user.  the object is */
  23. /* NOT disposed, so the caller has to do that. */
  24. void                                ExportAIFFSample(struct SampleStorageActualRec* TheSample,
  25.                                             long SamplingRate);
  26.  
  27. #endif
  28.